home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.9 KB | 60 lines | [TEXT/MPS ] |
- # makefile for "RemoteJob"
- # © Copyright 1989,1990, 1991 The NetWork Project, StatLab Heidelberg
- # © Copyright 1989,1990, 1991 G. Sawaitzki, Heidelberg
- # All rights reserved.
- #
-
- # Start of NetWork Setup
- #
- # This is a set of definitions used in all make files of the NetWork project.
- # It uses the the recommended file and folder names. If you have chosen an
- # installation other than the recommended one, you need to adapt this header
- # in all NetWork make files.
- #
- # We follow Apple's convention to use quotes on usage, not on definition.
- #
- NetWork_Tools = {SystemFolder}NetWork Tools:
- NetWork_Idle_Tools = {SystemFolder}NetWork Idle Tools:
- NetWork_Startup_Tools = {SystemFolder}NetWork Startup Tools:
- NetWork_Logs = {SystemFolder}NetWork Logs:
- NetWork_Examples = {Boot}Projects:NetWork:NetWork Examples:
- #
- NetWork_Libraries = {Libraries}
- NetWork_PInterfaces = {PInterfaces}
- NetWork_CIncludes = {CIncludes}
- #
- # End of NetWork Setup
-
- Poptions = -sym full -t
- #Pascal = Pascal {Poptions}
- Loptions = -sym full
-
-
- RemoteJob.p.o ƒ RemoteJob.p ∂
- "{NetWork_PInterfaces}"NetWork.p ∂
- "{NetWork_PInterfaces}"NetWorkLookup.p ∂
- "{NetWork_PInterfaces}"SchedulerUnit.p
-
- RemoteJob ƒƒ RemoteJob.R
- Rez -c NetR -a -o {Targ} {Targ}.R
-
- RemoteJob ƒƒ ∂
- "{NetWork_Libraries}"NetWorkLib.o ∂
- "{NetWork_Libraries}"SchedulerUnit.p.o ∂
- RemoteJob.p.o
- # duplicate RemoteJob.rsrc RemoteJob
- Link {Loptions} -c NetR -o {Targ} ∂
- RemoteJob.p.o ∂
- "{Libraries}"ObjLib.o ∂
- "{NetWork_Libraries}"NetWorkLib.o ∂
- "{NetWork_Libraries}"SchedulerUnit.p.o ∂
- "{PLibraries}PasLib.o" ∂
- "{Libraries}Interface.o" ∂
- "{Libraries}Runtime.o"
- setfile -a B {Targ}
- echo beep >> Remote.Job
- newfolder "{NetWork_Tools}" ∑∑ dev:null || set status 0
- echo '## use these commands to install RemoteJob:'
- echo -n 'duplicate -y RemoteJob ';quote "{NetWork_Tools}"
- echo -n 'duplicate -y Remote.Job ';quote "{NetWork_Tools}"
-